#Makefile

all:
	g++ -o blendx bxPlayer.cpp -Wall -DBX_STANDALONE -L. -I. -I/usr/include/python2.5 -lblendx -lglfw -lpthread -lXxf86vm -lXrandr

